Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hog): trailing commas #23104

Merged
merged 5 commits into from
Jun 20, 2024
Merged

feat(hog): trailing commas #23104

merged 5 commits into from
Jun 20, 2024

Conversation

mariusandra
Copy link
Collaborator

Problem

Hog/QL doesn't support trailing commas

Changes

Now it does. Also, (1,) now creates a tuple with one element, whereas previously you had to use tuple(1) for tuples with less than 2 values.

Does this work well for both Cloud and self-hosted?

Yes.

How did you test this code?

Added tests.

@mariusandra mariusandra requested a review from benjackwhite June 20, 2024 10:00
Copy link
Contributor

@benjackwhite benjackwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤯

@mariusandra mariusandra enabled auto-merge (squash) June 20, 2024 10:07
@mariusandra mariusandra merged commit 249a947 into master Jun 20, 2024
87 checks passed
@mariusandra mariusandra deleted the trailing-commas branch June 20, 2024 14:05
thmsobrmlr pushed a commit that referenced this pull request Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants